Package com.cisco.pt.ipc.sim
Interface Link
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
AntennaImpl,CableImpl,LinkImpl
Information provided by the PKI file:
\class Link
\brief Link is the class that handles the connection link.
\example network().getDevice("Router0").getPort("FastEthernet0/0").getLink()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getConnectionType
ConnectType getConnectionType()Information provided by the PKI file:
\brief Returns the connection type. \return CONNECT_TYPES, the connection type. Connection types: FIRST_TYPE = 8100, ETHERNET_STRAIGHT = FIRST_TYPE, ETHERNET_CROSS, ETHERNET_ROLL, FIBER, PHONE, CABLE, SERIAL, AUTO, CONSOLE, WIRELESS, COAXIAL, OCTAL, CELLULAR, USB, CUSTOM_IO, BLUETOOTH_PAIRED, BLUETOOTH_BROADCAST, LAST_TYPE = BLUETOOTH_BROADCAST- Returns:
- ConnectType Returns a ConnectType
-